home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / programr / vbasic / vbprint.exe / ABOUTBOX.FRM next >
Text File  |  1993-07-22  |  2KB  |  76 lines

  1. VERSION 2.00
  2. Begin Form AboutBox 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "About Box"
  5.    ClientHeight    =   3720
  6.    ClientLeft      =   2940
  7.    ClientTop       =   2385
  8.    ClientWidth     =   5070
  9.    Height          =   4125
  10.    Left            =   2880
  11.    LinkTopic       =   "Form2"
  12.    ScaleHeight     =   3720
  13.    ScaleWidth      =   5070
  14.    Top             =   2040
  15.    Width           =   5190
  16.    Begin PictureBox Picture1 
  17.       BackColor       =   &H00C0C0C0&
  18.       BorderStyle     =   0  'None
  19.       Height          =   1695
  20.       Left            =   360
  21.       Picture         =   ABOUTBOX.FRX:0000
  22.       ScaleHeight     =   1695
  23.       ScaleWidth      =   4215
  24.       TabIndex        =   4
  25.       Top             =   120
  26.       Width           =   4215
  27.    End
  28.    Begin CommandButton Command1 
  29.       BackColor       =   &H00C0C0C0&
  30.       Caption         =   "OK"
  31.       Default         =   -1  'True
  32.       Height          =   375
  33.       Left            =   1680
  34.       TabIndex        =   3
  35.       Top             =   3120
  36.       Width           =   1575
  37.    End
  38.    Begin Label Label3 
  39.       BackColor       =   &H00C0C0C0&
  40.       Caption         =   "Copyright 1992-1993 Microsoft"
  41.       Height          =   255
  42.       Left            =   120
  43.       TabIndex        =   2
  44.       Top             =   2760
  45.       Width           =   3615
  46.    End
  47.    Begin Label Label2 
  48.       BackColor       =   &H00C0C0C0&
  49.       Caption         =   "Written By Barry Nolte"
  50.       Height          =   255
  51.       Left            =   120
  52.       TabIndex        =   1
  53.       Top             =   2520
  54.       Width           =   4455
  55.    End
  56.    Begin Label Label1 
  57.       BackColor       =   &H00C0C0C0&
  58.       Caption         =   "Print DLL Test Application"
  59.       FontBold        =   0   'False
  60.       FontItalic      =   -1  'True
  61.       FontName        =   "MS Sans Serif"
  62.       FontSize        =   18
  63.       FontStrikethru  =   0   'False
  64.       FontUnderline   =   0   'False
  65.       Height          =   495
  66.       Left            =   120
  67.       TabIndex        =   0
  68.       Top             =   1920
  69.       Width           =   4815
  70.    End
  71. End
  72. Sub Command1_Click ()
  73.     Hide
  74. End Sub
  75.  
  76.